home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000354_news@columbia.edu_Mon Dec 5 15:47:25 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06389
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 5 Dec 1994 10:47:36 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22641
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 5 Dec 1994 10:47:34 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Looking for a telnet kermit
  9. Date: 5 Dec 1994 15:47:25 GMT
  10. Organization: Columbia University
  11. Lines: 14
  12. Message-Id: <3bvcmd$m37@apakabar.cc.columbia.edu>
  13. References: <3bt2o2$1s5@infomatch.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Keywords: telnet kermit
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3bt2o2$1s5@infomatch.com>, Ray Blaak <blaak@infomatch.com> wrote:
  19. >I need a kermit which points to a telnet session for its remote ``line''
  20. >instead of a serial device.
  21. >
  22. The following Kermit programs can make TELNET connections:
  23.  
  24.   MS-DOS Kermit for DOS and Windows
  25.   UNIX C-Kermit for most UNIX variations
  26.   VMS C-Kermit
  27.   OS/2 C-Kermit
  28.   AOS/VS C-Kermit
  29.   Stratus VOS C-Kermit
  30.  
  31. - Frank